home *** CD-ROM | disk | FTP | other *** search
/ The Magic of Interactive Entertainment / The Magic of Interactive Entertainment - Disc 2.iso / dosdemos / rtz / install / instprog.bat < prev    next >
DOS Batch File  |  1994-10-03  |  2KB  |  55 lines

  1. @ECHO OFF
  2. CD \DOSDEMOS\ACTIVIS
  3. CLS
  4. ECHO  
  5. ECHO ╔════════════════════════════════════════════════════════╗
  6. ECHO ║                                                        ║
  7. ECHO ║ The Magic of Interactive Entertainment, 2nd Edition    ║
  8. ECHO ║                                                        ║
  9. ECHO ╚════════════════════════════════════════════════════════╝
  10. ECHO  
  11. ECHO  
  12. ECHO ──────────────────────────────────────────────────────────
  13. ECHO   The setup files for the Return to Zork demo will be  
  14. ECHO   installed to your C: hard drive.
  15. ECHO.
  16. ECHO.
  17. ECHO   If this is NOT what you want to do, press the
  18. ECHO   Ctrl + C keys to stop this batch program
  19. ECHO ──────────────────────────────────────────────────────────
  20. ECHO  
  21. ECHO  
  22. ECHO  
  23. PAUSE Paused... press any key to continue the installation
  24. CLS
  25. ECHO  
  26. ECHO ┌───────────────────────────────────────────────────────────────────────┐
  27. ECHO │ The software will now be installed to your C: hard drive.             │
  28. ECHO │ You'll see a message telling you when the installation is finished.   │
  29. ECHO └───────────────────────────────────────────────────────────────────────┘
  30. IF EXIST C:\DOSDEMOS\nul GOTO COPYING
  31. MD C:\DOSDEMOS
  32. :COPYING
  33. MD C:\DOSDEMOS\ZORK
  34. MD C:\DOSDEMOS\ZORK\DRIVERS
  35. COPY \DOSDEMOS\RTZ\INSTALL\*.* C:\DOSDEMOS\ZORK
  36. COPY \DOSDEMOS\RTZ\INSTALL\DRIVERS\*.* C:\DOSDEMOS\ZORK\DRIVERS
  37. CLS
  38. ECHO 
  39. ECHO  
  40. ECHO ════════════════════════════════════════════════════════════════════════
  41. ECHO.
  42. ECHO   The installation of the files is complete!
  43. ECHO   The setup program will now be started. You'll need to enter info
  44. ECHO   about your computer's setup, and the program will create batch
  45. ECHO   files for starting the "Return to Zork" demo. The actual program 
  46. ECHO   files for this demo are on the CD-ROM.
  47. ECHO.
  48. ECHO ════════════════════════════════════════════════════════════════════════
  49. ECHO  
  50. ECHO  
  51. pause
  52. C:
  53. CD \DOSDEMOS\ZORK
  54. SETUP.BAT
  55.